Skip to content

Add CodeQL workflow for code analysis#36

Open
FMI-Test wants to merge 1 commit into
Masterfrom
FMI-Test-workflows
Open

Add CodeQL workflow for code analysis#36
FMI-Test wants to merge 1 commit into
Masterfrom
FMI-Test-workflows

Conversation

@FMI-Test
Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: TomWiz, BB, Prince 🤴 💕 of Persia🤪 7K Civilization🤩 250K BioTech🤫 4.5MY😜 OldsMobile ♥️  <bamdad.fakhran@gmail.com>
Copilot AI review requested due to automatic review settings May 12, 2026 02:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions CodeQL workflow intended to run advanced code scanning for this repository (primarily Python) on pushes/PRs to the default Master branch and on a weekly schedule.

Changes:

  • Introduces .github/workflows/codeql.yml with a CodeQL “Advanced” analysis job.
  • Configures the workflow to scan python with build-mode: none.
  • Sets triggers for push, pull_request (branch Master), and a scheduled cron run.

Comment on lines +46 to +47
- language: python
build-mode: none
Comment on lines +56 to +58
steps:
- name: Checkout repository
uses: actions/checkout@v4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants